micro_utils.dokka
0.14.2
android
micro_utils.dokka
/
dev.inmo.micro_utils.repos.cache.full
/
[android]FullWriteKeyValueCacheRepo
/
FullWriteKeyValueCacheRepo
Full
Write
Key
Value
Cache
Repo
android
fun
<
Key
,
Value
>
FullWriteKeyValueCacheRepo
(
parentRepo
:
WriteKeyValueRepo
<
Key
,
Value
>
,
kvCache
:
FullKVCache
<
Key
,
Value
>
,
scope
:
CoroutineScope
=
CoroutineScope(Dispatchers.Default)
)